projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218d644
)
(revert-without-query): Fix customize type.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 02:57:16 +0000
(
02:57
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 02:57:16 +0000
(
02:57
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 0968d0fef4887e0808c63993015a2fb522711456..102f0d3ba4f89a562072a5117d5b84fbb11b8b7a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-153,7
+153,7
@@
The value is a list of regular expressions.
If the file name matches one of these regular expressions,
then `revert-buffer' reverts the file without querying
if the file has changed on disk and you have not edited the buffer."
- :type '
boolean
+ :type '
(repeat regexp)
:group 'find-file)
(defvar buffer-file-number nil